KeyEventParams

public final static KeyEventParams KeyEventParams(UiEventModifierParams uiEventModifierParams, DomKeyCode domKeyCode, String character)
public final static KeyEventParams KeyEventParams(UiEventModifierParams uiEventModifierParams, DomKeyCode domKeyCode, String character)

Creates a new instance of KeyEventParams with the given parameters.

Since

8.0.0

Parameters

uiEventModifierParams

The DOM event parameters with the key modifiers.

domKeyCode

The code of the physical key used in the event.

character

A string that contains either a UTF-8 character associated with the domKeyCode or one of the predefined values. The predefined values are listed in the W3C specification.